-
-
Notifications
You must be signed in to change notification settings - Fork 38
Add AvailableSince component to custom procedures documentation #550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Help me add AvailableSince component to the custom procs docs of both modeling part and ORM part. Set version to 3.2.0 @copilot |
|
@copilot are you working on it? |
Co-authored-by: ymc9 <[email protected]>
Yes, the changes are complete! Added AvailableSince component to both docs in commit 570d6e4.
Added AvailableSince component with version 3.2.0 to both custom procedures documentation pages in commit 570d6e4. Changes made:
Both pages now display "Available since 3.2.0" as a note admonition below the PreviewFeature component. |
Co-authored-by: ymc9 <[email protected]>
* doc: custom procedures * Fix typo: change "URL encoded" to "URL-encoded" (#549) * Add AvailableSince component to custom procedures documentation (#550) * Add anchor link to Custom Procedures section in TanStack Query documentation (#551) * Update docs/service/api-handler/rest.md Co-authored-by: Copilot <[email protected]> * Update docs/service/api-handler/rest.md Co-authored-by: Copilot <[email protected]> * Update docs/modeling/custom-proc.md Co-authored-by: Copilot <[email protected]> * Update docs/orm/custom-proc.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Copilot <[email protected]>
Added the AvailableSince component to the custom procedures documentation for both the modeling and ORM sections, indicating that this feature is available since version v3.2.0.
Changes Made
<AvailableSince version="v3.2.0" />below the PreviewFeature component<AvailableSince version="v3.2.0" />below the PreviewFeature componentBoth pages now display "Available since v3.2.0" as a note admonition, following the same pattern used in other documentation pages throughout the codebase.
Testing
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.